Nevron.Nov.DataStructures Namespace / NStringSet Class / AddRange Method / AddRange(String[],Int32,Int32) Method
In This Topic
    AddRange(String[],Int32,Int32) Method
    In This Topic
    Adds the strings from the given array to this string set starting from the given "startIndex" of the array and adding "count" number of strings.
    Syntax
    public void AddRange( 
       System.string[] array,
       System.int startIndex,
       System.int count
    )

    Parameters

    array
    startIndex
    count
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also